home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  2003-05-02  |  903b  |  51 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 325
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password Dialog'
  6.   ClientHeight = 114
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 10
  16.     Top = 11
  17.     Width = 96
  18.     Height = 16
  19.     Caption = 'Enter password:'
  20.   end
  21.   object Password: TEdit
  22.     Left = 10
  23.     Top = 33
  24.     Width = 267
  25.     Height = 24
  26.     PasswordChar = '*'
  27.     TabOrder = 0
  28.   end
  29.   object OKBtn: TButton
  30.     Left = 86
  31.     Top = 73
  32.     Width = 92
  33.     Height = 30
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 185
  41.     Top = 73
  42.     Width = 92
  43.     Height = 30
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.     OnClick = CancelBtnClick
  49.   end
  50. end
  51.